Platform Explorer / Nuxeo Platform 6.0

Extension point types

Documentation

This extension point let you contribute new annotation types.

Sample contribution : 1 2 3 4 5 6

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.annotations.configuration.service.WebAnnotationDefinitionDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-annot-gwt-6.0.jar
    <extension point="types" target="org.nuxeo.ecm.platform.annotations.configuration.service.WebAnnotationConfigurationService">
    
        <webAnnotation enabled="false" icon="icons/permalink.png" name="SeeAlso" type="local" uri="http://www.w3.org/2000/10/annotationType#SeeAlso">
        </webAnnotation>
    
        <webAnnotation enabled="false" icon="icons/tip.gif" name="Question" type="local" uri="http://www.w3.org/2000/10/annotationType#Question">
        </webAnnotation>
    
        <webAnnotation enabled="false" icon="icons/annotate.png" name="Explanation" type="local" uri="http://www.w3.org/2000/10/annotationType#Explanation">
        </webAnnotation>
    
        <webAnnotation enabled="false" icon="icons/annotate.png" name="Example" type="local" uri="http://www.w3.org/2000/10/annotationType#Example">
        </webAnnotation>
    
        <webAnnotation enabled="true" icon="icons/annotate.png" name="Comment" type="local" uri="http://www.w3.org/2000/10/annotationType#Comment">
        </webAnnotation>
    
        <webAnnotation enabled="false" icon="icons/annotate.png" name="Change" type="local" uri="http://www.w3.org/2000/10/annotationType#Change">
        </webAnnotation>
    
        <webAnnotation enabled="false" icon="icons/annotate.png" name="Advice" type="local" uri="http://www.w3.org/2000/10/annotationType#Advice">
        </webAnnotation>
    
      </extension>